home *** CD-ROM | disk | FTP | other *** search
- Path: f411.n201!not-for-mail
- Newsgroups: comp.sys.cbm
- X-Comment-To: Xdr12
- From: Pontus Berg <Pontus.Berg@p71.anet.canit.se>
- Date: Wed, 27 Mar 96 00:55:36 +0100
- Subject: ssv5/5.2 ROM Extractor (1/1)
- Message-ID: <827909736@p71.f411.n201.z2.ftn>
- References: <4192168745@newsbf02.news.aol.com>
- Organization: BoArDgasm, Farsta, Sweden
- X-FTN-AREA: CANIT_COMP_SYS_CBM
- X-FTN-MSGID: 2:201/411.71 3158e668
- X-FTN-REPLY: newsbf02.news.aol.com f9df6b29
- X-FTN-CHRS: IBMPC 2
- X-FTN-Tearline: Spot 1.3a #676
- X-FTN-Origin: BoArDgasm, Farsta, Sweden (2:201/411.71)
- X-FTN-SEEN-BY: 201/411
- X-FTN-PATH: 201/411
- X-FTN-PATH: 201/411
-
- In a message of 24 Mar 96 Xdr12 wrote to All:
-
- X> From: xdr12@aol.com (Xdr12)
- X> Reply-To: xdr12@aol.com (Xdr12)
-
- I would be interested in such a ROM dump! What about the cart around it; is the
- layout complicated? Any RAM chip for the freezer?
-
- You said in the docs that it could only save to device #$08 . I could tell from
- the code, but this is SO EASY to fix!
-
- lda #$01
- ldx #$08 <= HERE!
- ldy #$00
- jsr $ffba
-
- lda #$0b
- ldx #$60
- ldy #$c1
- jsr $ffbd
-
- lda #$fb
- ldx #$00
- ldy #$90
- jsr $ffd8
-
-
- It's JUST to enter LDX $BA ... This saves to the current device! (This is to be
- entered twice).
-
- I haven't seen the ROM, but couldn't you pick out the revisions number and poke
- this to the names you save? You could have ONE saver (as you save the same area
- twice) and then just modify the name inbetween... Not that length is a major
- problem here, but as a princip ;-)
-
- Just to see that I follow how it works technically; it maps in at $8000 but
- it's not the normal 8KB but a full 16K (you do copy $4000 bytes in one go) and
- then you save two of these 16 hunks in one... Oh well... Still interested in a
- dump though :-)
-
- )==========================================================(
- ) o/ Bacchus@FairLight.COM Fido: 2:201/411.71 (
- ) (# I'm a "geek tool" so ask about emulators elsewhere! (
- )=/7=======================================================(
-
- ... I asked one of the guys at the booth to demonstrate me the multitasking
- abilities of his system and he replied "Please wait a few minutes sir,
- as soon as this disk formatting is completed, I will show you real
- multitasking..."
-